From: John Wiegley Date: Fri, 20 Feb 2004 12:32:19 +0000 (+0000) Subject: (eshell-modifier-alist): Changed the "eval again" modifier from 'e' to X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23981 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1c2fbcb4a31f46a9201b0fc952f64dfff6f136af;p=emacs.git (eshell-modifier-alist): Changed the "eval again" modifier from 'e' to 'E', since 'e' is also used by the "file extension" modifier. --- diff --git a/lisp/eshell/em-pred.el b/lisp/eshell/em-pred.el index 3be32fde10d..26349b4e94b 100644 --- a/lisp/eshell/em-pred.el +++ b/lisp/eshell/em-pred.el @@ -113,7 +113,7 @@ The format of each entry is (put 'eshell-predicate-alist 'risky-local-variable t) (defcustom eshell-modifier-alist - '((?e . '(lambda (lst) + '((?E . '(lambda (lst) (mapcar (function (lambda (str) @@ -207,7 +207,7 @@ EXAMPLES: "Eshell modifier quick reference: FOR SINGLE ARGUMENTS, or each argument of a list of strings: - e evaluate again + E evaluate again L lowercase U uppercase C capitalize